Click or drag to resize

HeaderRemove Method (String)

Removes the element with the specified header key from the Header.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Remove(
	string headerKey
)

Parameters

headerKey
Type: SystemString
A string represents header key.
See Also